From ee3a105fefb2ecf8835025f56c90f6546e6622c2 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jan 2004 23:47:34 +0000 Subject: [PATCH] Only include unistd.h in POSIX-land. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@639 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpsserial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/jeeps/gpsserial.c b/gpsbabel/jeeps/gpsserial.c index fbbfbcbad..a2e24e75e 100644 --- a/gpsbabel/jeeps/gpsserial.c +++ b/gpsbabel/jeeps/gpsserial.c @@ -28,7 +28,6 @@ #include #include #include -#include #include /* @@ -140,6 +139,7 @@ int32 GPS_Serial_Read(int32 ignored, void *ibuf, int size) #include #include #include +#include static struct termios gps_ttysave; -- 2.30.2